The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes 05
MANIFEST 11
META.json 7686
META.yml 3737
Makefile.PL 4949
README 11
lib/Pod/Weaver/Config/Assembler.pm 22
lib/Pod/Weaver/Config/Finder.pm 22
lib/Pod/Weaver/Config.pm 43
lib/Pod/Weaver/Plugin/EnsurePod5.pm 22
lib/Pod/Weaver/Plugin/H1Nester.pm 22
lib/Pod/Weaver/Plugin/Transformer.pm 22
lib/Pod/Weaver/PluginBundle/CorePrep.pm 22
lib/Pod/Weaver/PluginBundle/Default.pm 22
lib/Pod/Weaver/Role/Dialect.pm 22
lib/Pod/Weaver/Role/Finalizer.pm 22
lib/Pod/Weaver/Role/Plugin.pm 22
lib/Pod/Weaver/Role/Preparer.pm 22
lib/Pod/Weaver/Role/Section.pm 22
lib/Pod/Weaver/Role/Transformer.pm 22
lib/Pod/Weaver/Section/Authors.pm 22
lib/Pod/Weaver/Section/Collect.pm 22
lib/Pod/Weaver/Section/Generic.pm 22
lib/Pod/Weaver/Section/Leftovers.pm 22
lib/Pod/Weaver/Section/Legal.pm 22
lib/Pod/Weaver/Section/Name.pm 22
lib/Pod/Weaver/Section/Region.pm 22
lib/Pod/Weaver/Section/Version.pm 22
lib/Pod/Weaver.pm 66
29 files changed (This is a version diff) 216230
@@ -1,5 +1,10 @@
 Revision history for Pod-Weaver
 
+3.101460  2010-05-26 22:36:13 America/New_York
+
+3.101450  2010-05-25 18:38:44 America/New_York
+          compat with Config::MVP::Reader v1
+
 3.101270  2010-05-07 21:36:45 America/New_York
           allow an explicit header arg to Generic
 
@@ -34,4 +34,4 @@ t/eg/basic.in.pod
 t/eg/basic.out.pod
 t/eg/weaver.ini
 t/ini-config.t
-t/release-pod-syntax.t
\ No newline at end of file
+t/release-pod-syntax.t
@@ -3,56 +3,66 @@
    "author" : [
       "Ricardo SIGNES <rjbs@cpan.org>"
    ],
-   "build_requires" : {
-      "PPI" : "0",
-      "Software::License::Artistic_1_0" : "0",
-      "Test::Differences" : "0",
-      "Test::More" : "0"
-   },
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.31"
-   },
-   "generated_by" : "Dist::Zilla version 2.101240",
-   "license" : "perl",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 3.101460",
+   "license" : "perl_5",
    "meta-spec" : {
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
-      "version" : 1.4
+      "url" : "http://github.com/dagolden/cpan-meta/",
+      "version" : 2
    },
    "name" : "Pod-Weaver",
-   "recommends" : {},
-   "requires" : {
-      "Config::MVP" : "0.093120",
-      "Config::MVP::Assembler" : "0",
-      "Config::MVP::Assembler::WithBundles" : "0",
-      "Config::MVP::Reader" : "0",
-      "Config::MVP::Reader::Finder" : "0",
-      "Config::MVP::Reader::INI" : "0",
-      "List::MoreUtils" : "0",
-      "Log::Dispatchouli" : "1.100710",
-      "Moose" : "0",
-      "Moose::Autobox" : "0.10",
-      "Moose::Role" : "0",
-      "Params::Util" : "0",
-      "Pod::Elemental" : "0.100220",
-      "Pod::Elemental::Document" : "0",
-      "Pod::Elemental::Element::Nested" : "0",
-      "Pod::Elemental::Element::Pod5::Command" : "0",
-      "Pod::Elemental::Element::Pod5::Ordinary" : "0",
-      "Pod::Elemental::Element::Pod5::Region" : "0",
-      "Pod::Elemental::Element::Pod5::Verbatim" : "0",
-      "Pod::Elemental::Selectors" : "0",
-      "Pod::Elemental::Transformer::Gatherer" : "0",
-      "Pod::Elemental::Transformer::Nester" : "0",
-      "Pod::Elemental::Transformer::Pod5" : "0",
-      "Pod::Elemental::Types" : "0",
-      "String::Flogger" : "1",
-      "String::RewritePrefix" : "0",
-      "namespace::autoclean" : "0"
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Config::MVP" : "2",
+            "Config::MVP::Assembler" : "0",
+            "Config::MVP::Assembler::WithBundles" : "0",
+            "Config::MVP::Reader::Finder" : "0",
+            "Config::MVP::Reader::INI" : "0",
+            "File::Spec" : "0",
+            "List::MoreUtils" : "0",
+            "Log::Dispatchouli" : "1.100710",
+            "Moose" : "0",
+            "Moose::Autobox" : "0.10",
+            "Moose::Role" : "0",
+            "Params::Util" : "0",
+            "Pod::Elemental" : "0.100220",
+            "Pod::Elemental::Document" : "0",
+            "Pod::Elemental::Element::Nested" : "0",
+            "Pod::Elemental::Element::Pod5::Command" : "0",
+            "Pod::Elemental::Element::Pod5::Ordinary" : "0",
+            "Pod::Elemental::Element::Pod5::Region" : "0",
+            "Pod::Elemental::Element::Pod5::Verbatim" : "0",
+            "Pod::Elemental::Selectors" : "0",
+            "Pod::Elemental::Transformer::Gatherer" : "0",
+            "Pod::Elemental::Transformer::Nester" : "0",
+            "Pod::Elemental::Transformer::Pod5" : "0",
+            "Pod::Elemental::Types" : "0",
+            "String::Flogger" : "1",
+            "String::RewritePrefix" : "0",
+            "namespace::autoclean" : "0"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "PPI" : "0",
+            "Software::License::Artistic_1_0" : "0",
+            "Test::Differences" : "0",
+            "Test::More" : "0"
+         }
+      }
    },
    "resources" : {
-      "repository" : "git://git.codesimply.com/Pod-Weaver.git"
+      "repository" : {
+         "url" : "git://git.codesimply.com/Pod-Weaver.git"
+      }
    },
-   "version" : "3.101270",
+   "version" : "3.101460",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
@@ -64,117 +74,117 @@
                }
             },
             "name" : "Prereq",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereq",
             "name" : "@RJBS/AutoPrereq",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoVersion",
             "name" : "@RJBS/AutoVersion",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "@RJBS/Repository",
-            "version" : "0.11"
+            "version" : "0.13"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -184,42 +194,42 @@
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@RJBS/@Git/Check",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@RJBS/@Git/Commit",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@RJBS/@Git/Tag",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@RJBS/@Git/Push",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "2.101240"
+            "version" : "3.101460"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "2.101240"
+            "version" : "3.101460"
          }
       ],
       "zilla" : {
@@ -227,7 +237,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "2.101240"
+         "version" : "3.101460"
       }
    }
 }
@@ -9,20 +9,20 @@ build_requires:
   Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101240'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 3.101460, CPAN::Meta::Converter version 2.101460'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Pod-Weaver
-recommends: {}
 requires:
-  Config::MVP: 0.093120
+  Config::MVP: 2
   Config::MVP::Assembler: 0
   Config::MVP::Assembler::WithBundles: 0
-  Config::MVP::Reader: 0
   Config::MVP::Reader::Finder: 0
   Config::MVP::Reader::INI: 0
+  File::Spec: 0
   List::MoreUtils: 0
   Log::Dispatchouli: 1.100710
   Moose: 0
@@ -46,7 +46,7 @@ requires:
   namespace::autoclean: 0
 resources:
   repository: git://git.codesimply.com/Pod-Weaver.git
-version: 3.101270
+version: 3.101460
 x_Dist_Zilla:
   plugins:
     -
@@ -56,95 +56,95 @@ x_Dist_Zilla:
           phase: runtime
           type: requires
       name: Prereq
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::AutoPrereq
       name: '@RJBS/AutoPrereq'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::AutoVersion
       name: '@RJBS/AutoVersion'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
-      version: 0.11
+      version: 0.13
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
@@ -152,37 +152,37 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@RJBS/@Git/Commit'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@RJBS/@Git/Tag'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@RJBS/@Git/Push'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 2.101240
+      version: 3.101460
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 2.101240
+      version: 3.101460
   zilla:
     class: Dist::Zilla
     config:
       is_trial: 0
-    version: 2.101240
+    version: 3.101460
@@ -9,55 +9,55 @@ use ExtUtils::MakeMaker 6.31;
 
 
 my %WriteMakefileArgs = (
-                       'ABSTRACT' => 'weave together a Pod document from an outline',
-                       'AUTHOR' => 'Ricardo SIGNES <rjbs@cpan.org>',
-                       'BUILD_REQUIRES' => {
-                                             'PPI' => '0',
-                                             'Software::License::Artistic_1_0' => '0',
-                                             'Test::Differences' => '0',
-                                             'Test::More' => '0'
-                                           },
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.31'
-                                               },
-                       'DISTNAME' => 'Pod-Weaver',
-                       'EXE_FILES' => [],
-                       'LICENSE' => 'perl',
-                       'NAME' => 'Pod::Weaver',
-                       'PREREQ_PM' => {
-                                        'Config::MVP' => '0.093120',
-                                        'Config::MVP::Assembler' => '0',
-                                        'Config::MVP::Assembler::WithBundles' => '0',
-                                        'Config::MVP::Reader' => '0',
-                                        'Config::MVP::Reader::Finder' => '0',
-                                        'Config::MVP::Reader::INI' => '0',
-                                        'List::MoreUtils' => '0',
-                                        'Log::Dispatchouli' => '1.100710',
-                                        'Moose' => '0',
-                                        'Moose::Autobox' => '0.10',
-                                        'Moose::Role' => '0',
-                                        'Params::Util' => '0',
-                                        'Pod::Elemental' => '0.100220',
-                                        'Pod::Elemental::Document' => '0',
-                                        'Pod::Elemental::Element::Nested' => '0',
-                                        'Pod::Elemental::Element::Pod5::Command' => '0',
-                                        'Pod::Elemental::Element::Pod5::Ordinary' => '0',
-                                        'Pod::Elemental::Element::Pod5::Region' => '0',
-                                        'Pod::Elemental::Element::Pod5::Verbatim' => '0',
-                                        'Pod::Elemental::Selectors' => '0',
-                                        'Pod::Elemental::Transformer::Gatherer' => '0',
-                                        'Pod::Elemental::Transformer::Nester' => '0',
-                                        'Pod::Elemental::Transformer::Pod5' => '0',
-                                        'Pod::Elemental::Types' => '0',
-                                        'String::Flogger' => '1',
-                                        'String::RewritePrefix' => '0',
-                                        'namespace::autoclean' => '0'
-                                      },
-                       'VERSION' => '3.101270',
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 }
-                     );
+  'ABSTRACT' => 'weave together a Pod document from an outline',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs@cpan.org>',
+  'BUILD_REQUIRES' => {
+    'PPI' => '0',
+    'Software::License::Artistic_1_0' => '0',
+    'Test::Differences' => '0',
+    'Test::More' => '0'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Pod-Weaver',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'Pod::Weaver',
+  'PREREQ_PM' => {
+    'Config::MVP' => '2',
+    'Config::MVP::Assembler' => '0',
+    'Config::MVP::Assembler::WithBundles' => '0',
+    'Config::MVP::Reader::Finder' => '0',
+    'Config::MVP::Reader::INI' => '0',
+    'File::Spec' => '0',
+    'List::MoreUtils' => '0',
+    'Log::Dispatchouli' => '1.100710',
+    'Moose' => '0',
+    'Moose::Autobox' => '0.10',
+    'Moose::Role' => '0',
+    'Params::Util' => '0',
+    'Pod::Elemental' => '0.100220',
+    'Pod::Elemental::Document' => '0',
+    'Pod::Elemental::Element::Nested' => '0',
+    'Pod::Elemental::Element::Pod5::Command' => '0',
+    'Pod::Elemental::Element::Pod5::Ordinary' => '0',
+    'Pod::Elemental::Element::Pod5::Region' => '0',
+    'Pod::Elemental::Element::Pod5::Verbatim' => '0',
+    'Pod::Elemental::Selectors' => '0',
+    'Pod::Elemental::Transformer::Gatherer' => '0',
+    'Pod::Elemental::Transformer::Nester' => '0',
+    'Pod::Elemental::Transformer::Pod5' => '0',
+    'Pod::Elemental::Types' => '0',
+    'String::Flogger' => '1',
+    'String::RewritePrefix' => '0',
+    'namespace::autoclean' => '0'
+  },
+  'VERSION' => '3.101460',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Pod-Weaver,
-version 3.101270:
+version 3.101460:
 
   weave together a Pod document from an outline
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Config::Assembler;
 BEGIN {
-  $Pod::Weaver::Config::Assembler::VERSION = '3.101270';
+  $Pod::Weaver::Config::Assembler::VERSION = '3.101460';
 }
 use Moose;
 extends 'Config::MVP::Assembler';
@@ -35,7 +35,7 @@ Pod::Weaver::Config::Assembler - Pod::Weaver-specific subclass of Config::MVP::A
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 AUTHOR
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Config::Finder;
 BEGIN {
-  $Pod::Weaver::Config::Finder::VERSION = '3.101270';
+  $Pod::Weaver::Config::Finder::VERSION = '3.101460';
 }
 use Moose;
 extends 'Config::MVP::Reader::Finder';
@@ -24,7 +24,7 @@ Pod::Weaver::Config::Finder - the reader for weaver.ini files
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 AUTHOR
 
@@ -1,12 +1,11 @@
 package Pod::Weaver::Config;
 BEGIN {
-  $Pod::Weaver::Config::VERSION = '3.101270';
+  $Pod::Weaver::Config::VERSION = '3.101460';
 }
 use Moose::Role;
 # ABSTRACT: stored configuration loader role
 
-use Config::MVP 0.093120;
-with q(Config::MVP::Reader) => { -excludes => 'build_assembler' };
+use Config::MVP 2;
 
 use Pod::Weaver::Config::Assembler;
 
@@ -35,7 +34,7 @@ Pod::Weaver::Config - stored configuration loader role
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 DESCRIPTION
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Plugin::EnsurePod5;
 BEGIN {
-  $Pod::Weaver::Plugin::EnsurePod5::VERSION = '3.101270';
+  $Pod::Weaver::Plugin::EnsurePod5::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Preparer';
@@ -54,7 +54,7 @@ Pod::Weaver::Plugin::EnsurePod5 - ensure that the Pod5 translator has been run o
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Plugin::H1Nester;
 BEGIN {
-  $Pod::Weaver::Plugin::H1Nester::VERSION = '3.101270';
+  $Pod::Weaver::Plugin::H1Nester::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Transformer';
@@ -41,7 +41,7 @@ Pod::Weaver::Plugin::H1Nester - structure the input pod document into head1-grou
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Plugin::Transformer;
 BEGIN {
-  $Pod::Weaver::Plugin::Transformer::VERSION = '3.101270';
+  $Pod::Weaver::Plugin::Transformer::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Dialect';
@@ -61,7 +61,7 @@ Pod::Weaver::Plugin::Transformer - apply arbitrary transformers
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package Pod::Weaver::PluginBundle::CorePrep;
 BEGIN {
-  $Pod::Weaver::PluginBundle::CorePrep::VERSION = '3.101270';
+  $Pod::Weaver::PluginBundle::CorePrep::VERSION = '3.101460';
 }
 # ABSTRACT: a bundle for the most commonly-needed prep work for a pod document
 
@@ -27,7 +27,7 @@ Pod::Weaver::PluginBundle::CorePrep - a bundle for the most commonly-needed prep
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 AUTHOR
 
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package Pod::Weaver::PluginBundle::Default;
 BEGIN {
-  $Pod::Weaver::PluginBundle::Default::VERSION = '3.101270';
+  $Pod::Weaver::PluginBundle::Default::VERSION = '3.101460';
 }
 # ABSTRACT: a bundle for the most commonly-needed prep work for a pod document
 
@@ -47,7 +47,7 @@ Pod::Weaver::PluginBundle::Default - a bundle for the most commonly-needed prep
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Dialect;
 BEGIN {
-  $Pod::Weaver::Role::Dialect::VERSION = '3.101270';
+  $Pod::Weaver::Role::Dialect::VERSION = '3.101460';
 }
 use Moose::Role;
 with 'Pod::Weaver::Role::Plugin';
@@ -21,7 +21,7 @@ Pod::Weaver::Role::Dialect - something that translates Pod subdialects to standa
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 IMPLEMENTING
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Finalizer;
 BEGIN {
-  $Pod::Weaver::Role::Finalizer::VERSION = '3.101270';
+  $Pod::Weaver::Role::Finalizer::VERSION = '3.101460';
 }
 use Moose::Role;
 with 'Pod::Weaver::Role::Plugin';
@@ -21,7 +21,7 @@ Pod::Weaver::Role::Finalizer - something that goes back and finishes up after ma
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 IMPLEMENTING
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Plugin;
 BEGIN {
-  $Pod::Weaver::Role::Plugin::VERSION = '3.101270';
+  $Pod::Weaver::Role::Plugin::VERSION = '3.101460';
 }
 use Moose::Role;
 # ABSTRACT: a Pod::Weaver plugin
@@ -46,7 +46,7 @@ Pod::Weaver::Role::Plugin - a Pod::Weaver plugin
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 ATTRIBUTES
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Preparer;
 BEGIN {
-  $Pod::Weaver::Role::Preparer::VERSION = '3.101270';
+  $Pod::Weaver::Role::Preparer::VERSION = '3.101460';
 }
 use Moose::Role;
 with 'Pod::Weaver::Role::Plugin';
@@ -21,7 +21,7 @@ Pod::Weaver::Role::Preparer - something that mucks about with the input before w
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 IMPLEMENTING
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Section;
 BEGIN {
-  $Pod::Weaver::Role::Section::VERSION = '3.101270';
+  $Pod::Weaver::Role::Section::VERSION = '3.101460';
 }
 use Moose::Role;
 with 'Pod::Weaver::Role::Plugin';
@@ -21,7 +21,7 @@ Pod::Weaver::Role::Section - a plugin that will get a section into a woven docum
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 IMPLEMENTING
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Role::Transformer;
 BEGIN {
-  $Pod::Weaver::Role::Transformer::VERSION = '3.101270';
+  $Pod::Weaver::Role::Transformer::VERSION = '3.101460';
 }
 use Moose::Role;
 with 'Pod::Weaver::Role::Plugin';
@@ -21,7 +21,7 @@ Pod::Weaver::Role::Transformer - something that restructures a Pod5 document
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 IMPLEMENTING
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Authors;
 BEGIN {
-  $Pod::Weaver::Section::Authors::VERSION = '3.101270';
+  $Pod::Weaver::Section::Authors::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -46,7 +46,7 @@ Pod::Weaver::Section::Authors - a section listing authors
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Collect;
 BEGIN {
-  $Pod::Weaver::Section::Collect::VERSION = '3.101270';
+  $Pod::Weaver::Section::Collect::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -107,7 +107,7 @@ Pod::Weaver::Section::Collect - a section that gathers up specific commands
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Generic;
 BEGIN {
-  $Pod::Weaver::Section::Generic::VERSION = '3.101270';
+  $Pod::Weaver::Section::Generic::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -73,7 +73,7 @@ Pod::Weaver::Section::Generic - a generic section, found by lifting sections
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Leftovers;
 BEGIN {
-  $Pod::Weaver::Section::Leftovers::VERSION = '3.101270';
+  $Pod::Weaver::Section::Leftovers::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -67,7 +67,7 @@ Pod::Weaver::Section::Leftovers - a place to put everything that nothing else us
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Legal;
 BEGIN {
-  $Pod::Weaver::Section::Legal::VERSION = '3.101270';
+  $Pod::Weaver::Section::Legal::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -40,7 +40,7 @@ Pod::Weaver::Section::Legal - a section for the copyright and license
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Name;
 BEGIN {
-  $Pod::Weaver::Section::Name::VERSION = '3.101270';
+  $Pod::Weaver::Section::Name::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -56,7 +56,7 @@ Pod::Weaver::Section::Name - add a NAME section with abstract (for your Perl mod
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Region;
 BEGIN {
-  $Pod::Weaver::Section::Region::VERSION = '3.101270';
+  $Pod::Weaver::Section::Region::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -59,7 +59,7 @@ Pod::Weaver::Section::Region - find a region and put its contents in place where
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 AUTHOR
 
@@ -1,6 +1,6 @@
 package Pod::Weaver::Section::Version;
 BEGIN {
-  $Pod::Weaver::Section::Version::VERSION = '3.101270';
+  $Pod::Weaver::Section::Version::VERSION = '3.101460';
 }
 use Moose;
 with 'Pod::Weaver::Role::Section';
@@ -39,7 +39,7 @@ Pod::Weaver::Section::Version - add a VERSION pod section
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 OVERVIEW
 
@@ -1,6 +1,6 @@
 package Pod::Weaver;
 BEGIN {
-  $Pod::Weaver::VERSION = '3.101270';
+  $Pod::Weaver::VERSION = '3.101460';
 }
 use Moose;
 # ABSTRACT: weave together a Pod document from an outline
@@ -8,6 +8,7 @@ use Moose;
 use namespace::autoclean;
 
 
+use File::Spec;
 use Log::Dispatchouli 1.100710; # proxy
 use Moose::Autobox 0.10;
 use Pod::Elemental 0.100220;
@@ -97,10 +98,9 @@ sub new_with_default_config {
 sub new_from_config {
   my ($class, $arg, $new_arg) = @_;
   
-  my ($sequence) = Pod::Weaver::Config::Finder->new->read_config({
-    root     => $arg->{root}     || '.',
-    basename => $arg->{basename} || 'weaver',
-  });
+  my $root = $arg->{root} || '.';
+  my $name = File::Spec->catfile($root, 'weaver');
+  my ($sequence) = Pod::Weaver::Config::Finder->new->read_config($name);
 
   return $class->new_from_config_sequence($sequence, $new_arg);
 }
@@ -163,7 +163,7 @@ Pod::Weaver - weave together a Pod document from an outline
 
 =head1 VERSION
 
-version 3.101270
+version 3.101460
 
 =head1 SYNOPSIS